Vcenter Authorization Roles UpdateSpec
The Vcenter Authorization Roles UpdateSpec schema contains detailed information about the update of a specific role.
This schema was added in vSphere API 9.0.0.0.
{
"name": "string",
"description": "string",
"privileges": [
"string"
]
}
The name of the role.
This property was added in vSphere API 9.0.0.0.
If missing or null, the value is unchanged.
A brief summary what this role is dedicated for.
This property was added in vSphere API 9.0.0.0.
If missing or null, the value is unchanged.
The set of Vcenter Authorization Privileges which are part of this role.
This property was added in vSphere API 9.0.0.0.
If missing or null, the value is unchanged.
When clients pass a value of this schema as a parameter, the property must contain identifiers for the resource type: com.vmware.vcenter.authorization.Privilege. When operations return a value of this schema as a response, the property will contain identifiers for the resource type: com.vmware.vcenter.authorization.Privilege.